import threading def one_chr: ... t = threading.Thread(target=one_chr, args=(infile, outdir, run_chr)) t.start()
Hide Comments
Hide Comments